ComponentOne ASP.NET MVC Controls
StackRanges Method

C1.Web.Mvc.Fluent Namespace > GaugeBuilder<TControl,TBuilder> Class : StackRanges Method
The value.
Configurates C1.Web.Mvc.Gauge.StackRanges. Sets a value that determines whether the ranges contained in the collection should be stacked within the gauge.
Syntax
'Declaration
 
Public Function StackRanges( _
   ByVal value As Boolean _
) As TBuilder
public TBuilder StackRanges( 
   bool value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

GaugeBuilder<TControl,TBuilder> Class
GaugeBuilder<TControl,TBuilder> Members